[PATCH] Include <QTimer>
authorPino Toscano <pino@kde.org>
Sat, 17 Jan 2026 08:15:28 +0000 (09:15 +0100)
committerPino Toscano <pino@debian.org>
Sat, 17 Jan 2026 10:42:20 +0000 (11:42 +0100)
Even if it is needed in a HAVE_KUNIFIEDPUSH block, include it
unconditionally as it comes from QtCore, and avoids more #ifdef mess.

(cherry picked from commit 2a9028ed9604780d0b9e8eb8caf2cd27011a3384)

Gbp-Pq: Name upstream_Include-QTimer.patch

src/main.cpp

index 1c137b24f4431861305fdf82b6e6a32d63d800d3..2b98e7dc1efd3e4f518f3b309c57aee94a4b7106 100644 (file)
@@ -5,6 +5,7 @@
 #include <QQmlApplicationEngine>
 #include <QQuickStyle>
 #include <QQuickWindow>
+#include <QTimer>
 #include <QUrlQuery>
 
 #ifdef HAVE_WEBVIEW